home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 with MFC / Programming Windows 95 with MFC (Microsoft Programming Series)(097-0001465)(1996).iso / CODE / Chap09 / Paint7 / Paint7.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-05  |  334 b   |  16 lines

  1. //***********************************************************************
  2. //
  3. //  Paint7.h
  4. //
  5. //***********************************************************************
  6.  
  7. class CPaintApp : public CWinApp
  8. {
  9. public:
  10.     virtual BOOL InitInstance ();
  11.  
  12. protected:
  13.     afx_msg void OnAppAbout ();
  14.     DECLARE_MESSAGE_MAP ()
  15. };
  16.